home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / wsetup20.zip / sample1.inf < prev    next >
INI File  |  1994-10-02  |  2KB  |  44 lines

  1.  
  2. ; See documentation (INSTALL.DOC) for more information about each section.
  3.  
  4. ; MainWindow:        Options to select and anything seen in the first window.
  5. ; FileCopy:        All about file copying.
  6. ; IniModifications:    How to modify initialization files in the Windows environment.
  7. ; PMOptions:        DDE commands to Program Manager.
  8.  
  9. ; Strings will be modified by the installation program if they contain the following special combination of characters.
  10.  
  11. ; [t] or [T]    Replaced with end user specified target directory
  12. ; [w] or [W]    Replaced with Windows directory
  13. ; [s] or [S]    Replaced with system directory
  14. ; [d] or [D]    Replaced with Windows drive (c:)
  15. ; [r] or [R]    Replaced with last source (read) directory
  16. ; [o] or [O]    Replaced with program option string selected by end user
  17. ; [n] or [N]    Replaced with new line, only in entry RunText and WindowText
  18. ; [q] or [Q]    Replaced with tabulation, only in entry RunText and WindowText
  19.  
  20. ; Specify text shown in main window and default target directory.
  21.  
  22. [MainWindow]
  23. WindowTitleText=Editor Installation
  24. WindowText=Please specify the destination directory, where the NotePad replacement can be installed.
  25. StartDestDir=[d]\EDITOR\
  26.  
  27. ; Copy 2 files to the end user specified directory
  28.  
  29. [FileCopy]
  30. 1=(107698,[r]\editor.exe,[t])
  31. 2=(9248,[r]\editor.hlp,[t])
  32.  
  33. ; Assosiate the editor with text files.
  34.  
  35. [IniModifications]
  36. 1=(win.ini,Extensions,txt,[t]\editor.exe ^.txt)
  37.  
  38. ; Create a group in Windows shell and show the editor as a item in this group
  39.  
  40. [PMOptions]
  41. PMGroup=(The Simple Editor)
  42. 1=([t]\editor.exe,Simple Editor)
  43.  
  44.